You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > IFFT Method > Vector.IFFT Method ([In] TVec, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.IFFT Method ([In] TVec, bool)

Calculate the inverse FFT from all Vec elements and store the results in the calling vector.

Syntax
C#
Visual Basic
public TVec IFFT([In] TVec Vec, bool NoScale);

If the NoScale parameter is true then no scaling is performed for the calling vector. Vec Length must not be the power of two. Length and Complex properties of the calling vector are set implicitly to match Vec vector.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!